<Code Lib>
2020 Method
Changes 0
M

RadialArray.Create(Document, View, ICollection<ElementId>, Int32, Line, Double, ArrayAnchorMember)

Description:
Creates a new radial array element from a set of elements based on an input rotation axis.
Overloads (2):
Create(Document,View,ICollection[ElementId],Int32,Line,Double,ArrayAnchorMember)

public static RadialArray Create(
	Document aDoc,
	View dBView,
	ICollection<ElementId> ids,
	int count,
	Line axis,
	double angle,
	ArrayAnchorMember anchorMember
)

Return Value RadialArray The new radial array element.

Loading…